home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 April / Disc 2 / PCUSER0402D2.iso / software / utils / files / wincron.exe / data1.cab / Sample_Scripts / batch_file_test.tg < prev    next >
Encoding:
Text File  |  2001-10-20  |  286 b   |  21 lines

  1. ## batch_file_test
  2. # test the various ways to launch a batch file
  3. {
  4.     -name batch_file_test
  5.     -start    
  6.     -stop
  7.  
  8.     # test1
  9.     -command mybat test1
  10.  
  11.     # test2
  12.     -command cmd /c mybat test2
  13.  
  14.     #test3
  15.     -command -detach cmd /c mybat test3
  16.  
  17.     #test4
  18.     -command -detach mybat test4
  19. }
  20.  
  21.